ViewPropertyAnimatorCompat

Functions

Link copied to clipboard
This method will cause the View's alpha property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's alpha property to be animated by the specified value.
Link copied to clipboard
open fun cancel()
Cancels all property animations that are currently running or pending.
Link copied to clipboard
open fun getDuration(): Long
Returns the current duration of property animations.
Link copied to clipboard
Returns the timing interpolator that this animation uses.
Link copied to clipboard
open fun getStartDelay(): Long
Returns the current startDelay of property animations.
Link copied to clipboard
This method will cause the View's rotation property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's rotation property to be animated by the specified value.
Link copied to clipboard
This method will cause the View's rotationX property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's rotationX property to be animated by the specified value.
Link copied to clipboard
This method will cause the View's rotationY property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's rotationY property to be animated by the specified value.
Link copied to clipboard
This method will cause the View's scaleX property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's scaleX property to be animated by the specified value.
Link copied to clipboard
This method will cause the View's scaleY property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's scaleY property to be animated by the specified value.
Link copied to clipboard
Sets the duration for the underlying animator that animates the requested properties.
Link copied to clipboard
Sets the interpolator for the underlying animator that animates the requested properties.
Link copied to clipboard
Sets a listener for events in the underlying Animators that run the property animations.
Link copied to clipboard
Sets the startDelay for the underlying animator that animates the requested properties.
Link copied to clipboard
Sets a listener for update events in the underlying Animator that runs the property animations.
Link copied to clipboard
open fun start()
Starts the currently pending property animations immediately.
Link copied to clipboard
This method will cause the View's translationX property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's translationX property to be animated by the specified value.
Link copied to clipboard
This method will cause the View's translationY property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's translationY property to be animated by the specified value.
Link copied to clipboard
This method will cause the View's translationZ property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's translationZ property to be animated by the specified value.
Link copied to clipboard
Specifies an action to take place when the next animation ends.
Link copied to clipboard
The View associated with this ViewPropertyAnimator will have its layer type set to LAYER_TYPE_HARDWARE for the duration of the next animation.
Link copied to clipboard
Specifies an action to take place when the next animation runs.
Link copied to clipboard
This method will cause the View's x property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's x property to be animated by the specified value.
Link copied to clipboard
This method will cause the View's y property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's y property to be animated by the specified value.
Link copied to clipboard
This method will cause the View's z property to be animated to the specified value.
Link copied to clipboard
This method will cause the View's z property to be animated by the specified value.